home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Util / Pm-Pz / PrintIt.cpt / PrintIt Texts < prev    next >
Encoding:
Text File  |  1988-12-07  |  7.1 KB  |  131 lines  |  [TEXT/ttxt]

  1.  
  2.                                              P R I N T I T
  3.  
  4.  
  5.                                              Version 3.0
  6.  
  7.  
  8.                               T E X T    I N S T R U C T I O N S
  9.  
  10.  
  11.                  Copyright © 1984,1988 Daniel A. Delamatta &
  12.                                                       George F. Farrell, Jr.
  13.  
  14.                                       All Rights Reserved
  15.  
  16. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  17.  
  18.                   S  H  A  R  E  W  A  R  E     N  O  T  I  C  E
  19.  
  20.      This utility program is made available to the public as a shareware program.  All rights and titles to this utility are reserved and copyrighted by Daniel Delamatta and George F. Farrell, Jr.
  21.  
  22.      You may use this program till your heart's content, and you may give copies to anyone.  Under no circumstances are modified copies of this program allowed without the express consaent of the above programmers.  If you do not wish to keep this program, then either delete it from your disks, or give it to someone else.
  23.  
  24.      If you do want to keep this program, then send your $15 shareware fee to:
  25.                                           Daniel Delamatta
  26.                                           275 South St Ext
  27.                                          Coventry, CT 06238
  28. On receipt of your fee, you will be put on my mailing list, and will be kept informed of the latest updates.
  29.  
  30.      If you have any problems or questions, then write to the above address, and please state your version number.
  31.  
  32. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  33.  
  34.                                    M A J O R   T E X T   C O M M A N D S
  35.  
  36.      There are 8 major in-text commands, that is commands that only affect the current area that they are in. These are:
  37.  
  38.      BLxx       Issue xx blank lines
  39.  
  40.      CL         Center the remaining current line
  41.  
  42.      FD         Issue a form feed
  43.  
  44.      ULxxx      Underline the following xxx characters
  45.  
  46.      ~          Print the special character
  47.  
  48.      @          Backspace 1 character
  49.  
  50.      SP         Suspend printing
  51.      RP         Resume printing
  52.  
  53.      There are no initial setting to any of the following commands, since they 
  54. do not have the possibility to affect the whole of the text.
  55.  
  56. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  57.  
  58. 1.  The command BLxx
  59.  
  60.      The command ~BL will cause the program to issue xx Blank Lines, where xx is a number between 1 and 99.
  61.  
  62.      WARNING: Each one of these lines will be numbered and counted. If you have the line number function on, each line issued will have an ever-increasing number. Even if you do not number the lines, the line number counter will still be incremented.
  63.  
  64. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  65.      
  66. 2.  The command CL
  67.  
  68.      The ~CL command will cause the program to Center the remaining of the Line in the remaining alloted space. For example:
  69.  
  70.                   Before                                             After
  71.    |  limits of the text page   |           |   limits of the text page   |
  72.   +-----------------------+          +-----------------------+
  73.    |Do this ~clhappily,           |           |Do this        happily,           |
  74.    |~clregardless.                  |           |              regardless.           |
  75.  
  76.      WARNING: You must be very careful when telling the program to center a line when you have the word wrap on, or you have set the margins narrower than the original text margins. This may cause the current line to exceed the right margin, yielding an error. To prevent this, always have the line to be centered on its own line, and if you have the word wrap on, have a blank line beforehand.
  77.  
  78. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  79.  
  80. 3.  The command FD
  81.  
  82.      The ~FD will cause the program to issue a Form Feed, or a top of the page character (character 12). This command is useful when you need a lot of blank lines on a page, and are not sure of how many.
  83.  
  84. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  85.  
  86. 4.  The command ULxxx
  87.  
  88.      The ~UL command will cause the program to UnderLine the following xxx characters, where xxx is a number between 1 and the limits of the right margin, minus the current location.
  89.  
  90.      If you have the word wrap function on, you must be very careful because the number of underlined characters may exceed the right margin. To avoid these occurences, you may put the to-be-underlined word(s) on its own separate line, or issue a ~bl01 just beforehand. This incident will only be necessary if the printed margins are less than the text file margins.
  91.  
  92. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  93.  
  94. 5.  The command ~
  95.  
  96.      The command ~~ will cause the printer to print the spacial character. However, the above command will only work as-is if the special character is the tilde (~). If you re-define it as the caret (^) for example, then the correct command would be ^^. This variant will hold true for all of the above commands: ~cl would be ^cl, ~wwo would be ^wwo, etc.
  97.  
  98.      This command will be used only in those special circumstances where the special character needs to be printed. If you need to print it quite often, then re-define it, OR turn the IGNORE function off, and then back on again after the multiple use of the special character has been completed.
  99.  
  100. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  101.  
  102. 6.  The command @
  103.  
  104.      The command ~@ will cause the program to issue a backspace to the printer, so that you may print over the last position. This is very useful when you need to print foreign characters, but do not want to change to their special set, and back again when done (ie., you only need one or two characters).
  105.  
  106. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  107.  
  108. 7.  The commands SP, RP
  109.  
  110.      The command ~SP will cause the program to Suspend Printing until the command ~RP (Resume Printing) is found. During the time that the program does not print anything, the line numbers and the page numbers are still incremented, eventhough they are printed. The first line after the resumption of print will be on its own new line, with its own line number (if the function is turned on). The next top-of-page number will be the new number.
  111.  
  112.      The command ~RP means to Resume Printing the text. WARNING: Do NOT issue this command without a prior ~SP command: this will cause an error.
  113.  
  114. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  115.  
  116.                         M I N O R   T E X T   C O M M A N D S
  117.  
  118.      There are 52 minor text commands. They are ~AO, ~AF, ~BO, ~BF, etc., until ~ZO, ~ZF. These commands are pre-defined for the user by the program. The A to Z commands are defined as O for on, and F for off. You may never use all of them, but they are there for when you do.  Please refer to the ‘Printer’ help instructions for a complete explanation of the various commands.
  119.  
  120. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  121.  
  122.              Copyright © 1984,1988 by Daniel A. Delamatta and
  123.                                                        George F. Farrell, Jr.
  124.  
  125.                                        All Rights Reserved
  126.  
  127. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
  128.  
  129.          Instructions  Copyright © 1988 by Daniel A. Delamatta
  130.  
  131. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»